libglade r544 - in trunk: . doc doc/tmpl glade
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: libglade r544 - in trunk: . doc doc/tmpl glade
- Date: Mon, 18 Aug 2008 07:27:12 +0000 (UTC)
Author: murrayc
Date: Mon Aug 18 07:27:12 2008
New Revision: 544
URL: http://svn.gnome.org/viewvc/libglade?rev=544&view=rev
Log:
2008-08-18 Murray Cumming <murrayc murrayc com>
* doc/libglade-sections.txt:
* doc/tmpl/glade-xml.sgml: Mention glade_xml_construct_from_buffer() in
these files, to make it actually appear in the documention.
* glade/glade-xml.c: Do not call gtkmm gtk--.
Modified:
trunk/ChangeLog
trunk/doc/libglade-sections.txt
trunk/doc/tmpl/glade-xml.sgml
trunk/glade/glade-xml.c
Modified: trunk/doc/libglade-sections.txt
==============================================================================
--- trunk/doc/libglade-sections.txt (original)
+++ trunk/doc/libglade-sections.txt Mon Aug 18 07:27:12 2008
@@ -18,6 +18,7 @@
glade_xml_new
glade_xml_new_from_buffer
glade_xml_construct
+glade_xml_construct_from_buffer
<SUBSECTION Signal Routines>
glade_xml_signal_connect
glade_xml_signal_connect_data
Modified: trunk/doc/tmpl/glade-xml.sgml
==============================================================================
--- trunk/doc/tmpl/glade-xml.sgml (original)
+++ trunk/doc/tmpl/glade-xml.sgml Mon Aug 18 07:27:12 2008
@@ -79,6 +79,19 @@
@Returns:
+<!-- ##### FUNCTION glade_xml_construct_from_buffer ##### -->
+<para>
+
+</para>
+
+ self:
+ buffer:
+ size:
+ root:
+ domain:
+ Returns:
+
+
<!-- ##### FUNCTION glade_xml_signal_connect ##### -->
<para>
Modified: trunk/glade/glade-xml.c
==============================================================================
--- trunk/glade/glade-xml.c (original)
+++ trunk/glade/glade-xml.c Mon Aug 18 07:27:12 2008
@@ -165,7 +165,7 @@
* @root: the root widget node (or %NULL for none)
* @domain: the translation domain (or %NULL for the default)
*
- * This routine can be used by bindings (such as gtk--) to help construct
+ * This routine can be used by bindings (such as gtkmm) to help construct
* a GladeXML object, if it is needed.
*
* Returns: TRUE if the construction succeeded.
@@ -203,7 +203,7 @@
*
* In order to use this method you must already have a GladeXML
* object. This two step creation process is typically used only
- * by language bindings, such as gtk--, while constructing GladeXML
+ * by language bindings, such as gtkmm, while constructing GladeXML
* objects from compiled-in buffers, at runtime.
*
* Returns: TRUE if the construction succeeded.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]