From ebbc8e13dbce8edbcd84f372c62b5726b74431e1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 5 May 2004 01:15:46 +0000 Subject: [PATCH] documentation. 2004-05-05 Sven Neumann * libgimpwidgets/gimphelpui.c: documentation. 2004-05-05 Sven Neumann * libgimpwidgets/libgimpwidgets-sections.txt: updated. * devel-docs/libgimpwidgets/tmpl/gimpframe.sgml * devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml * devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml: regenerated. --- ChangeLog | 4 ++++ devel-docs/ChangeLog | 8 ++++++++ devel-docs/libgimpwidgets/libgimpwidgets-sections.txt | 4 ++++ devel-docs/libgimpwidgets/tmpl/gimpframe.sgml | 5 +++++ devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml | 8 ++++++++ devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml | 9 +++++++++ libgimpwidgets/gimphelpui.c | 2 ++ 7 files changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index ebcfb4c3b2..9c5ec32bb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-05 Sven Neumann + + * libgimpwidgets/gimphelpui.c: documentation. + 2004-05-05 Michael Natterer Finally enable global accelerators in all docks: diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 969ebe8e8e..86271729b2 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,11 @@ +2004-05-05 Sven Neumann + + * libgimpwidgets/libgimpwidgets-sections.txt: updated. + + * devel-docs/libgimpwidgets/tmpl/gimpframe.sgml + * devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml + * devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml: regenerated. + 2004-05-02 Sven Neumann * libgimpwidgets/libgimpwidgets-docs.sgml diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt index 6ff9eb1971..eb296966c8 100644 --- a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt +++ b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt @@ -313,6 +313,7 @@ GimpOffsetArea gimp_offset_area_new gimp_offset_area_set_size gimp_offset_area_set_offsets +gimp_offset_area_set_pixbuf GIMP_OFFSET_AREA GIMP_IS_OFFSET_AREA @@ -347,12 +348,15 @@ GIMP_DIALOG_GET_CLASS gimphelpui GimpHelpUI GimpHelpFunc +GIMP_HELP_ID gimp_help_enable_tooltips gimp_help_disable_tooltips gimp_standard_help_func gimp_help_connect gimp_help_set_help_data gimp_context_help + +gimp_help_id_quark
diff --git a/devel-docs/libgimpwidgets/tmpl/gimpframe.sgml b/devel-docs/libgimpwidgets/tmpl/gimpframe.sgml index a86bda99cf..ee5f618b95 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpframe.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpframe.sgml @@ -20,6 +20,11 @@ GimpFrame + + + + + diff --git a/devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml b/devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml index dbdc692778..a7771e224c 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml @@ -1,3 +1,4 @@ + GimpHelpUI @@ -43,6 +44,13 @@ the help. @help_data: + + +Since: GIMP 2.2 + + + + diff --git a/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml b/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml index 3c77f7f151..a3f22ec03b 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml @@ -59,3 +59,12 @@ Widget to control image offsets. @offset_y: + + + + + +@offset_area: +@pixbuf: + + diff --git a/libgimpwidgets/gimphelpui.c b/libgimpwidgets/gimphelpui.c index 3cf2481d23..c260e3154a 100644 --- a/libgimpwidgets/gimphelpui.c +++ b/libgimpwidgets/gimphelpui.c @@ -243,6 +243,8 @@ gimp_context_help (GtkWidget *widget) * attachind help IDs to widgets and objects. * * Return value: The #GQuark. + * + * Since: GIMP 2.2 **/ GQuark gimp_help_id_quark (void)