| Conglomerate Programmer's Reference Manual |
|---|
global —
#define CONG_GCONF_PATH #define RELEASE #define isblank (c) #define NEW_LOOK #define CONG_VALIDATE_UTF8 (str) CongEditorView* cong_editor_view_new (CongDocument *doc); void cong_editor_view_free (CongEditorView *editor_view); GtkWidget* cong_editor_view_get_widget (CongEditorView *editor_view); GtkWidget* cong_dom_view_new (CongDocument *doc); GtkWidget* cong_source_view_new (CongDocument *doc); GtkWidget* cong_debug_message_log_view_new (CongDocument *doc); GtkWidget* cong_debug_signal_log_view_new (CongDocument *doc); GtkWidget* cong_node_properties_dialog_new (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window); GtkWidget* cong_gui_get_a_window (void); gint cong_cursor_blink (); void new_document (GtkWindow *parent_window); const char* xml_frag_data_nice (CongNodePtr x); const char* xml_frag_name_nice (CongNodePtr x); GList* xml_all_present_span_elements (CongDispspec *ds, CongNodePtr node); GList* xml_all_valid_span_elements (CongDispspec *ds, CongNodePtr node); char* xml_fetch_clean_data (CongNodePtr x); char* tag_new_pick (); void open_document (GtkWindow *parent_window); gint save_document (CongDocument *doc, GtkWindow *parent_window); gint save_document_as (CongDocument *doc, GtkWindow *parent_window); gchar* cong_get_file_name (const gchar *title, const gchar *filename, GtkWindow *parent_window, CongFileChooserAction action); char* pick_structural_tag (CongDispspec *ds); void open_document_do (const gchar *doc_name, GtkWindow *parent_window); #define UNUSED_VAR (x) int gui_window_new_document_make (); void col_to_gcol (GdkColor *gcol, unsigned int col); void cong_cursor_init (CongCursor *curs, CongDocument *doc); void cong_cursor_uninit (CongCursor *curs); void cong_cursor_on (CongCursor *curs); void cong_cursor_off (CongCursor *curs); int cong_cursor_paragraph_insert (CongCursor *curs); gboolean cong_cursor_calc_prev_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc); gboolean cong_cursor_calc_next_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc); void cong_cursor_next_line (CongCursor *curs, CongSpanEditor *xed); void cong_cursor_del_prev_char (CongCursor *curs, CongDocument *doc); void cong_cursor_del_next_char (CongCursor *curs, CongDocument *doc); void cong_cursor_home (CongCursor *curs, CongDocument *doc); void cong_cursor_end (CongCursor *curs, CongDocument *doc); void editor_popup_show (GtkWidget *widget, GdkEventButton *bevent); void editor_popup_build (CongEditorWidget3 *editor_widget, GtkWindow *parent_window); void editor_popup_init (); GtkWidget* cong_ui_popup_init (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window); void xv_style_r (GtkWidget *widget, gpointer data); CongDispspec* query_for_forced_dispspec (gchar *what_failed, xmlDocPtr doc, GtkWindow *parent_window, const gchar *filename_extension); GnomeVFSResult cong_vfs_new_buffer_from_file (const char *filename, char **buffer, GnomeVFSFileSize *size); GnomeVFSResult cong_vfs_new_buffer_from_uri (GnomeVFSURI *vfs_uri, char **buffer, GnomeVFSFileSize *size); gint toolbar_callback_open (GtkWidget *widget, gpointer data); gint toolbar_callback_cut (GtkWidget *w, gpointer data); gint toolbar_callback_copy (GtkWidget *w, gpointer data); gint toolbar_callback_paste (GtkWidget *w, gpointer data); void menu_callback_debug_error (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_document_types (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_html (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_xhtml (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_html_help (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_javahelp (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_fo (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_preview_fo (gpointer callback_data, guint callback_action, GtkWidget *widget); void cong_gnome_print_render_xslfo (xmlDocPtr xml_doc, GnomePrintMaster *gpm); void menu_callback_debug_dtd (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_dialog (gpointer callback_data, guint callback_action, GtkWidget *widget); void cong_menus_create_items (GtkItemFactory *item_factory, CongPrimaryWindow *primary_window); GtkWidget* cong_file_properties_dialog_new (CongDocument *doc, GtkWindow *parent_window); xmlAttrPtr xmlNewProp_NUMBER (xmlNodePtr node, const xmlChar *name, int value);
GtkWidget* cong_editor_view_get_widget (CongEditorView *editor_view);
| editor_view : | |
| Returns : |
GtkWidget* cong_dom_view_new (CongDocument *doc);
TODO: Write me
| doc : | |
| Returns : |
GtkWidget* cong_debug_message_log_view_new (CongDocument *doc);
TODO: Write me
| doc : | |
| Returns : |
GtkWidget* cong_debug_signal_log_view_new (CongDocument *doc);
TODO: Write me
| doc : | |
| Returns : |
GtkWidget* cong_node_properties_dialog_new (CongDocument *doc,
CongNodePtr node,
GtkWindow *parent_window);TODO: Write me
| doc : | |
| node : | |
| parent_window : | |
| Returns : |
GList* xml_all_present_span_elements (CongDispspec *ds,
CongNodePtr node);TODO: Write me
| ds : | |
| node : | |
| Returns : |
GList* xml_all_valid_span_elements (CongDispspec *ds,
CongNodePtr node);TODO: Write me
| ds : | |
| node : | |
| Returns : |
gint save_document (CongDocument *doc,
GtkWindow *parent_window);TODO: Write me
| doc : | |
| parent_window : | |
| Returns : |
gint save_document_as (CongDocument *doc,
GtkWindow *parent_window);TODO: Write me
| doc : | |
| parent_window : | |
| Returns : |
gchar* cong_get_file_name (const gchar *title,
const gchar *filename,
GtkWindow *parent_window,
CongFileChooserAction action);TODO: Write me
| title : | |
| filename : | |
| parent_window : | |
| action : | |
| Returns : |
void open_document_do (const gchar *doc_name, GtkWindow *parent_window);
TODO: Write me
| doc_name : | |
| parent_window : |
void cong_cursor_init (CongCursor *curs, CongDocument *doc);
TODO: Write me
| curs : | |
| doc : |
int cong_cursor_paragraph_insert (CongCursor *curs);
TODO: Write me
| curs : | |
| Returns : |
gboolean cong_cursor_calc_prev_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc);
| curs : | |
| doc : | |
| output_loc : | |
| Returns : |
gboolean cong_cursor_calc_next_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc);
| curs : | |
| doc : | |
| output_loc : | |
| Returns : |
void cong_cursor_next_line (CongCursor *curs, CongSpanEditor *xed);
| curs : | |
| xed : |
void cong_cursor_del_prev_char (CongCursor *curs, CongDocument *doc);
TODO: Write me
| curs : | |
| doc : |
void cong_cursor_del_next_char (CongCursor *curs, CongDocument *doc);
TODO: Write me
| curs : | |
| doc : |
void editor_popup_show (GtkWidget *widget, GdkEventButton *bevent);
TODO: Write me
| widget : | |
| bevent : |
void editor_popup_build (CongEditorWidget3 *editor_widget, GtkWindow *parent_window);
TODO: Write me
| editor_widget : | |
| parent_window : |
GtkWidget* cong_ui_popup_init (CongDocument *doc,
CongNodePtr node,
GtkWindow *parent_window);TODO: Write me
| doc : | |
| node : | |
| parent_window : | |
| Returns : |
CongDispspec* query_for_forced_dispspec (gchar *what_failed,
xmlDocPtr doc,
GtkWindow *parent_window,
const gchar *filename_extension);TODO: Write me
| what_failed : | |
| doc : | |
| parent_window : | |
| filename_extension : | |
| Returns : |
GnomeVFSResult cong_vfs_new_buffer_from_file
(const char *filename,
char **buffer,
GnomeVFSFileSize *size);TODO: Write me
| filename : | |
| buffer : | |
| size : | |
| Returns : |
GnomeVFSResult cong_vfs_new_buffer_from_uri (GnomeVFSURI *vfs_uri,
char **buffer,
GnomeVFSFileSize *size);TODO: Write me
| vfs_uri : | |
| buffer : | |
| size : | |
| Returns : |
gint toolbar_callback_open (GtkWidget *widget,
gpointer data);TODO: Write me
| widget : | |
| data : | |
| Returns : |
gint toolbar_callback_cut (GtkWidget *w,
gpointer data);TODO: Write me
| w : | |
| data : | |
| Returns : |
gint toolbar_callback_copy (GtkWidget *w,
gpointer data);TODO: Write me
| w : | |
| data : | |
| Returns : |
gint toolbar_callback_paste (GtkWidget *w,
gpointer data);TODO: Write me
| w : | |
| data : | |
| Returns : |
void menu_callback_debug_error (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_document_types (gpointer callback_data, guint callback_action, GtkWidget *widget);
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_transform_docbook_to_html (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_transform_docbook_to_xhtml (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_transform_docbook_to_html_help (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_transform_docbook_to_javahelp (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_transform_docbook_to_fo (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_preview_fo (gpointer callback_data, guint callback_action, GtkWidget *widget);
| callback_data : | |
| callback_action : | |
| widget : |
void cong_gnome_print_render_xslfo (xmlDocPtr xml_doc, GnomePrintMaster *gpm);
| xml_doc : | |
| gpm : |
void menu_callback_debug_dtd (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void menu_callback_debug_dialog (gpointer callback_data, guint callback_action, GtkWidget *widget);
TODO: Write me
| callback_data : | |
| callback_action : | |
| widget : |
void cong_menus_create_items (GtkItemFactory *item_factory, CongPrimaryWindow *primary_window);
TODO: Write me
| item_factory : | |
| primary_window : |
GtkWidget* cong_file_properties_dialog_new (CongDocument *doc,
GtkWindow *parent_window);TODO: Write me
| doc : | |
| parent_window : | |
| Returns : |
| << fo | Object Tree >> |