[Xfce4-commits] [xfce/libxfce4ui] 01/01: Add api indices in gtk-doc

noreply at xfce.org noreply at xfce.org
Fri Dec 15 11:40:33 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/libxfce4ui.

commit bd25b4f706be3f8b268c66c965179f4c1ae016d7
Author: Romain B <skunnyk at alteroot.org>
Date:   Fri Dec 15 11:39:38 2017 +0100

    Add api indices in gtk-doc
    
    - This way we know since when version a function is available.
---
 docs/libxfce4ui-docs.xml         | 17 +++++++++++++++++
 libxfce4ui/xfce-dialogs.c        |  5 +++--
 libxfce4ui/xfce-gtk-extensions.c |  5 +++++
 libxfce4ui/xfce-titled-dialog.c  |  3 +++
 4 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/docs/libxfce4ui-docs.xml b/docs/libxfce4ui-docs.xml
index b46dc33..50f9fca 100644
--- a/docs/libxfce4ui-docs.xml
+++ b/docs/libxfce4ui-docs.xml
@@ -67,6 +67,23 @@
     <title>Xfce Session Management Support</title>
     <xi:include href="xml/xfce-sm-client.xml"/>
   </part>
+    <index id="api-index-full">
+    <title>Index of all symbols</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-4-14">
+    <title>Index of new symbols in 4.14</title>
+    <xi:include href="xml/api-index-4.14.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-4-12">
+    <title>Index of new symbols in 4.12</title>
+    <xi:include href="xml/api-index-4.12.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-4-10">
+    <title>Index of new symbols in 4.10</title>
+    <xi:include href="xml/api-index-4.10.xml"><xi:fallback /></xi:include>
+  </index>
+
   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
 </book>
diff --git a/libxfce4ui/xfce-dialogs.c b/libxfce4ui/xfce-dialogs.c
index e585810..f264ef1 100644
--- a/libxfce4ui/xfce-dialogs.c
+++ b/libxfce4ui/xfce-dialogs.c
@@ -156,7 +156,7 @@ xfce_dialog_show_help_response (GtkWidget *dialog,
  *
  * See also: xfce_dialog_show_help_with_version().
  *
- * Since 4.10
+ * Since: 4.10
  */
 void
 xfce_dialog_show_help (GtkWindow   *parent,
@@ -188,7 +188,8 @@ xfce_dialog_show_help (GtkWindow   *parent,
  *
  * See also: xfce_dialog_show_help().
  *
- * Since 4.12
+ * Since: 4.12
+ *
  */
 void
 xfce_dialog_show_help_with_version (GtkWindow   *parent,
diff --git a/libxfce4ui/xfce-gtk-extensions.c b/libxfce4ui/xfce-gtk-extensions.c
index 6355485..23b1d78 100644
--- a/libxfce4ui/xfce-gtk-extensions.c
+++ b/libxfce4ui/xfce-gtk-extensions.c
@@ -252,6 +252,9 @@ xfce_gtk_window_center_on_active_screen (GtkWindow *window)
  * gtk_get_current_event_time() can be used instead.
  *
  * Return value: %TRUE if the menu could be mapped, %FALSE otherwise.
+ *
+ * Since: 4.14
+ *
  */
 gboolean
 xfce_gtk_menu_popup_until_mapped (GtkMenu *menu,
@@ -293,6 +296,8 @@ xfce_gtk_menu_popup_until_mapped (GtkMenu *menu,
  * count issues to avoid destroying the widget.
  *
  * Return value: %TRUE if the widget could be moved, %FALSE otherwise.
+ *
+ * Since: 4.14
  */
 gboolean
 xfce_widget_reparent (GtkWidget *widget,
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 9e24399..3a3a8f7 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -341,6 +341,9 @@ xfce_titled_dialog_new_with_buttons (const gchar    *title,
  * the buttons to use an optional named or stock icon.
  *
  * Return value: the newly allocated #XfceTitledDialog.
+ *
+ * Since: 4.14
+ *
  **/
 GtkWidget*
 xfce_titled_dialog_new_with_mixed_buttons (const gchar    *title,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list