summaryrefslogtreecommitdiff
path: root/src/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-05-04 05:32:28 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-05-04 05:32:28 +0000
commitfe72b3063a0bc7a50cefdef723f895e922487bd1 (patch)
treea908b9a4c50d16ab9b416aca174826997d3081f2 /src/glade-utils.h
parentf5d3fb6fe6e59cb6b5583d2de22c7c598e4c6adf (diff)
downloadglade-fe72b3063a0bc7a50cefdef723f895e922487bd1.tar.gz
updated.
* doc/gladeui-sections.txt: updated. * doc/Makefile.am: Ignome glade-devhelp.h * src/glade-devhelp.c: Fixed glitch with radio button notebook tab emulator. * src/glade-editor-property.c: Fixed invisible check buttons for optional properties * src/glade-project-window.c: Moved the devhelp creating code into glade_project_window_create() where it belongs, now devhelp is invisible by default. * src/glade-utils.c: glade_util_get_hbuttons --> glade_util_get_devhelp_hbuttons.
Diffstat (limited to 'src/glade-utils.h')
-rw-r--r--src/glade-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-utils.h b/src/glade-utils.h
index fa35dd18..5042365b 100644
--- a/src/glade-utils.h
+++ b/src/glade-utils.h
@@ -143,7 +143,7 @@ void glade_util_search_devhelp (GtkWidget *devhelp,
const gchar *page,
const gchar *search);
LIBGLADEUI_API
-GList *glade_util_get_hbuttons (GtkWidget *devhelp);
+GList *glade_util_get_devhelp_hbuttons (GtkWidget *devhelp);
G_END_DECLS