[Xfce4-commits] <libxfce4ui:master> Fix some small issues in the docs. 100% coverage now.

Nick Schermer noreply at xfce.org
Tue Oct 20 15:24:03 CEST 2009


Updating branch refs/heads/master
         to e941c80bdcbc585f1f41fe1df01c8cd860c058ad (commit)
       from 4ace7b45d66ba4447eed7ce0cab36d8b86c8025e (commit)

commit e941c80bdcbc585f1f41fe1df01c8cd860c058ad
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Oct 20 15:03:18 2009 +0200

    Fix some small issues in the docs. 100% coverage now.

 docs/libxfce4ui-sections.txt |    8 +-------
 libxfce4ui/xfce-dialogs.c    |    3 ++-
 libxfce4ui/xfce-dialogs.h    |    2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/docs/libxfce4ui-sections.txt b/docs/libxfce4ui-sections.txt
index 699a10a..cc44425 100644
--- a/docs/libxfce4ui-sections.txt
+++ b/docs/libxfce4ui-sections.txt
@@ -27,20 +27,15 @@ xfce_gdk_screen_get_active
 <SECTION>
 <FILE>xfce-gtk-extensions</FILE>
 xfce_gtk_button_new_mixed
-xfce_gtk_label_new_with_style
 xfce_gtk_frame_box_new
 xfce_gtk_frame_box_new_with_content
 xfce_gtk_window_center_on_active_screen
-<SUBSECTION>
-xfce_gtk_label_new_big_bold
-xfce_gtk_label_new_bold
-xfce_gtk_label_new_italic
-xfce_gtk_label_new_small_italic
 </SECTION>
 
 <SECTION>
 <FILE>xfce-dialogs</FILE>
 xfce_message_dialog_new
+xfce_message_dialog_new_valist
 xfce_message_dialog
 xfce_dialog_show_info
 xfce_dialog_show_warning
@@ -107,7 +102,6 @@ XFCE_TYPE_SM_CLIENT
 XFCE_TYPE_SM_CLIENT_PRIORITY
 XFCE_TYPE_SM_CLIENT_RESTART_STYLE
 XFCE_TYPE_SM_CLIENT_SHUTDOWN_HINT
-XFCE_TYPE_SM_CLIENT_STATE
 <SUBSECTION Private>
 xfce_sm_client_get_type
 xfce_sm_client_priority_get_type
diff --git a/libxfce4ui/xfce-dialogs.c b/libxfce4ui/xfce-dialogs.c
index b41554c..4242539 100644
--- a/libxfce4ui/xfce-dialogs.c
+++ b/libxfce4ui/xfce-dialogs.c
@@ -155,6 +155,7 @@ xfce_dialog_show_error (GtkWindow    *parent,
  * @parent         : transient parent of the dialog, or %NULL.
  * @stock_id       : the stock name of the confirm button, for example #GTK_STOCK_YES or #GTK_STOCK_CLEAR.
  * @confirm_label  : if non-%NULL, this text is used on the confirm button together with the @stock_id icon.
+ * @secondary_text : secondary text in the dialog.
  * @primary_format : the printf()-style format for the dialog question.
  * @...            : argument list for the @primary_format.
  *
@@ -212,7 +213,7 @@ xfce_dialog_confirm (GtkWindow   *parent,
  * xfce_message_dialog_new_valist:
  * @parent            : transient parent of the dialog, or %NULL.
  * @title             : title of the dialog, or %NULL.
- * @stock_id          : gtk stock icon name to show in the dialog.
+ * @icon_stock_id     : gtk stock icon name to show in the dialog.
  * @primary_text      : primary text shown in large bold font.
  * @secondary_text    : secondary text shown in normal font.
  * @first_button_text : text for the first button.
diff --git a/libxfce4ui/xfce-dialogs.h b/libxfce4ui/xfce-dialogs.h
index b286a8c..6b3fe32 100644
--- a/libxfce4ui/xfce-dialogs.h
+++ b/libxfce4ui/xfce-dialogs.h
@@ -59,7 +59,7 @@ GtkWidget *xfce_message_dialog_new_valist (GtkWindow   *parent,
                                            const gchar *icon_stock_id,
                                            const gchar *primary_text,
                                            const gchar *secondary_text,
-                                           const gchar *first_button_type,
+                                           const gchar *first_button_text,
                                            va_list      args) G_GNUC_MALLOC;
 
 GtkWidget *xfce_message_dialog_new        (GtkWindow    *parent,



More information about the Xfce4-commits mailing list