diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-05-16 00:20:20 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-16 00:20:53 +0200 |
commit | bddf455874fcc648b8a743fe7616b5f8690108c0 (patch) | |
tree | fec9708d8f3609ef49deef5fd493a090f9883301 /docs | |
parent | 41f327051cb74b935b38997c9b918c02fba42d8f (diff) | |
download | gtk+-bddf455874fcc648b8a743fe7616b5f8690108c0.tar.gz |
Move documentation to inline comments: GtkRecentAction
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/.gitignore | 1 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkrecentaction.sgml | 84 |
2 files changed, 1 insertions, 84 deletions
diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore index d8fbb174c6..c30497604f 100644 --- a/docs/reference/gtk/tmpl/.gitignore +++ b/docs/reference/gtk/tmpl/.gitignore @@ -6,6 +6,7 @@ gtkmessagedialog.sgml gtkobject.sgml gtkorientable.sgml gtkpagesetupunixdialog.sgml +gtkrecentaction.sgml gtkseparator.sgml gtktesting.sgml gtktextiter.sgml diff --git a/docs/reference/gtk/tmpl/gtkrecentaction.sgml b/docs/reference/gtk/tmpl/gtkrecentaction.sgml deleted file mode 100644 index d47ea4c88e..0000000000 --- a/docs/reference/gtk/tmpl/gtkrecentaction.sgml +++ /dev/null @@ -1,84 +0,0 @@ -<!-- ##### SECTION Title ##### --> -GtkRecentAction - -<!-- ##### SECTION Short_Description ##### --> -An action of which represents a list of recently used files - -<!-- ##### SECTION Long_Description ##### --> -<para> -A GtkRecentAction represents a list of recently used files, which -can be shown by widgets such as #GtkRecentChooserDialog or -#GtkRecentChooserMenu. -</para> -<para> -To construct a submenu showing recently used files, use a GtkRecentAction -as the action for a <menuitem>. To construct a menu toolbutton showing -the recently used files in the popup menu, use a GtkRecentAction as the -action for a <toolitem> element. -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### STRUCT GtkRecentAction ##### --> -<para> - -</para> - - -<!-- ##### ARG GtkRecentAction:show-numbers ##### --> -<para> - -</para> - -<!-- ##### FUNCTION gtk_recent_action_new ##### --> -<para> - -</para> - -@name: -@label: -@tooltip: -@stock_id: -@Returns: - - -<!-- ##### FUNCTION gtk_recent_action_new_for_manager ##### --> -<para> - -</para> - -@name: -@label: -@tooltip: -@stock_id: -@manager: -@Returns: - - -<!-- ##### FUNCTION gtk_recent_action_get_show_numbers ##### --> -<para> - -</para> - -@action: -@Returns: - - -<!-- ##### FUNCTION gtk_recent_action_set_show_numbers ##### --> -<para> - -</para> - -@action: -@show_numbers: - - |