From d6ea83cbdfb9e052f16219aff90c7ad9d7efc89d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 7 Feb 2006 05:24:08 +0000 Subject: require automake 1.9 * autogen.sh: require automake 1.9 * Makefile.am, doc/Makefile.am, doc/.cvsignore, configure.in: Added environment for gtk-doc generation. * doc/glade-docs.sgml, doc/glade-sections.txt, doc/glade.types, doc/version.xml.in, doc/tmpl/*: Added initial documentation metadata. * src/*.h: Line break LIBGLADEUI_API everywhere so that documentation generation works (wierd trade, I know). * po/POTFILES.in: Added glade-custom.c Modified Files: ChangeLog Makefile.am autogen.sh configure.in po/POTFILES.in src/glade-app.h src/glade-catalog.h src/glade-clipboard-view.h src/glade-clipboard.h src/glade-command.c src/glade-command.h src/glade-editor-property.c src/glade-editor-property.h src/glade-editor.c src/glade-editor.h src/glade-fixed-manager.h src/glade-gtk.c src/glade-palette.h src/glade-parameter.h src/glade-placeholder.h src/glade-popup.c src/glade-project-view.c src/glade-project-view.h src/glade-project-window.c src/glade-project.c src/glade-project.h src/glade-property-class.c src/glade-property-class.h src/glade-property.c src/glade-property.h src/glade-signal-editor.h src/glade-signal.c src/glade-utils.c src/glade-utils.h src/glade-widget-class.h src/glade-widget.c src/glade-widget.h src/glade-xml-utils.h Added Files: doc/.cvsignore doc/Makefile.am doc/glade-docs.sgml doc/glade-sections.txt doc/glade.types doc/version.xml.in doc/tmpl/glade-app.sgml doc/tmpl/glade-catalog.sgml doc/tmpl/glade-clipboard-view.sgml doc/tmpl/glade-clipboard.sgml doc/tmpl/glade-command.sgml doc/tmpl/glade-editor-property.sgml doc/tmpl/glade-editor.sgml doc/tmpl/glade-fixed-manager.sgml doc/tmpl/glade-palette.sgml doc/tmpl/glade-parameter.sgml doc/tmpl/glade-parser.sgml doc/tmpl/glade-placeholder.sgml doc/tmpl/glade-project-view.sgml doc/tmpl/glade-project.sgml doc/tmpl/glade-property-class.sgml doc/tmpl/glade-property.sgml doc/tmpl/glade-signal-editor.sgml doc/tmpl/glade-signal.sgml doc/tmpl/glade-utils.sgml doc/tmpl/glade-widget-class.sgml doc/tmpl/glade-widget.sgml --- src/glade-utils.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/glade-utils.c') diff --git a/src/glade-utils.c b/src/glade-utils.c index 95299898..f7d80936 100644 --- a/src/glade-utils.c +++ b/src/glade-utils.c @@ -158,11 +158,10 @@ glade_util_get_type_from_name (const gchar *name) /** * glade_utils_get_pspec_from_funcname: - * @name: - * - * TODO: write me + * @funcname: the symbol name of a function to generate a #GParamSpec * - * Returns: + * Returns: A #GParamSpec created by the delagate function + * specified by @funcname */ GParamSpec * glade_utils_get_pspec_from_funcname (const gchar *funcname) @@ -1035,11 +1034,10 @@ glade_util_gtkcontainer_relation (GladeWidget *parent, GladeWidget *widget) /** * glade_util_any_gtkcontainer_relation: - * @widget: a GladeWidget - * @parent: a GladeWidget - * + * @widgets: a #GList of #GladeWidgets + * @parent: the parent #GladeWidget * - * Returns whether any of these widgets are parented by a GtkContainer + * Returns: whether any of these widgets are parented by a GtkContainer * through the GtkContainer interface. */ gboolean -- cgit v1.2.1