diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-06 11:20:08 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-18 08:34:57 +0800 |
commit | 9f22187270a578e2eac2fa9cc89b81021e4cf9dd (patch) | |
tree | 2c65039c9954a898ed0f519d1ff7ea5281cbce8e /doc/reference | |
parent | 253d6d63bc0986047448ee18162b5543f3f72a23 (diff) | |
download | gsoc2013-epiphany-9f22187270a578e2eac2fa9cc89b81021e4cf9dd.tar.gz gsoc2013-epiphany-9f22187270a578e2eac2fa9cc89b81021e4cf9dd.tar.zst gsoc2013-epiphany-9f22187270a578e2eac2fa9cc89b81021e4cf9dd.zip |
docs: ephy-dialog
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 4 | ||||
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 25 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 4 |
4 files changed, 33 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index d611e9d40..d8c000c2c 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -34,7 +34,6 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c IGNORE_HFILES = \ config.h \ eel-gconf-extensions.h \ - ephy-dialog.h \ ephy-dnd.h \ ephy-file-chooser.h \ ephy-file-helpers.h \ @@ -45,6 +44,7 @@ IGNORE_HFILES = \ ephy-node-filter.h \ ephy-node.h \ ephy-prefs.h \ + ephy-print-utils.h \ ephy-state.h \ ephy-stock-icons.h \ ephy-string.h \ @@ -58,6 +58,7 @@ IGNORE_HFILES = \ ephy-encodings.h \ ephy-favicon-cache.h \ ephy-history.h \ + ephy-permission-manager.h \ find-dialog.h \ print-dialog.h \ egg-editable-toolbar.h \ @@ -92,6 +93,7 @@ IGNORE_HFILES = \ ephy-notebook.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ + ephy-shell \ pdm-dialog.h \ popup-commands.h \ ppview-toolbar.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 5b94fbf12..e84dfc995 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -15,6 +15,7 @@ </chapter> <chapter> <title>Library</title> + <xi:include href="xml/ephy-dialog.xml"/> <xi:include href="xml/ephy-debug.xml"/> </chapter> <chapter> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 00c7699ab..34a463a7c 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -104,6 +104,31 @@ ephy_profiler_stop </SECTION> <SECTION> +<FILE>ephy-dialog</FILE> +<TITLE>EphyDialog</TITLE> +EphyDialog +EphyDialogProperty +EphyDialogApplyType +ephy_dialog_new +ephy_dialog_new_with_parent +ephy_dialog_construct +ephy_dialog_add_enum +ephy_dialog_set_data_column +ephy_dialog_set_size_group +ephy_dialog_run +ephy_dialog_show +ephy_dialog_hide +ephy_dialog_set_parent +ephy_dialog_get_parent +ephy_dialog_set_modal +ephy_dialog_get_control +ephy_dialog_get_controls +ephy_dialog_get_value +ephy_dialog_set_value +ephy_dialog_set_pref +</SECTION> + +<SECTION> <FILE>ephy-location-action</FILE> <TITLE>EphyLocationAction</TITLE> EphyLocationAction diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 2bea7ae29..619669ef3 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -15,6 +15,10 @@ ephy_tree_model_sort_get_type ephy_zoom_action_get_type ephy_zoom_control_get_type +#include <ephy-dialog.h> + +ephy_dialog_get_type + #include <ephy-location-action.h> #include <ephy-statusbar.h> #include <ephy-toolbar.h> |