[Xfce4-commits] [xfce/libxfce4ui] 07/08: Change xfce_dialog_show_help(_with_version)
noreply at xfce.org
noreply at xfce.org
Wed May 10 04:38:05 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 5590024a65b0df853107004e9bded9209d070aef
Author: Romain B <skunnyk at alteroot.org>
Date: Mon May 8 22:52:56 2017 +0200
Change xfce_dialog_show_help(_with_version)
- Rename application to component in .h, to be coherent with .c
- Same for xfce_dialog_show_help_with_version
- Coherent documentation now
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
libxfce4ui/xfce-dialogs.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libxfce4ui/xfce-dialogs.h b/libxfce4ui/xfce-dialogs.h
index f5bd357..e27ddd0 100644
--- a/libxfce4ui/xfce-dialogs.h
+++ b/libxfce4ui/xfce-dialogs.h
@@ -32,12 +32,12 @@ G_BEGIN_DECLS
#define XFCE_BUTTON_TYPE_PIXBUF "button-pixbuf"
void xfce_dialog_show_help (GtkWindow *parent,
- const gchar *application,
+ const gchar *component,
const gchar *page,
const gchar *offset);
void xfce_dialog_show_help_with_version (GtkWindow *parent,
- const gchar *application,
+ const gchar *component,
const gchar *page,
const gchar *offset,
const gchar *version);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list