svn: /gtk/php-gtk-doc/trunk/manual/en/reference/gtk/ gtkfilechooserdialog.xml

[email protected] (Mark Skilbeck) Tue, 19 Oct 2010 09:53:43 +0000
Newsgroups php.gtk.doc
Message-ID <[email protected]>
--b2bd7c1d1a6eff6e5256b4c158f96568222e0590
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

markskilbeck                             Tue, 19 Oct 2010 09:53:43 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=304504

Log:
Fixing file path

Changed paths:
    U   gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml

Modified: gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml
===================================================================
--- gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml	2010-10-19 09:53:06 UTC (rev 304503)
+++ gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml	2010-10-19 09:53:43 UTC (rev 304504)
@@ -47,7 +47,7 @@
     <paramdef>
      array
      <parameter>
-       <optional>buttons (<classname>GtkButton</classname> button,
+       <optional>buttons (string title,
        <enumname>GtkResponseType</enumname> response, ...)</optional>
      </parameter>
     </paramdef>
@@ -71,7 +71,7 @@
      opening and saving files.
     </para>
     <example>
-     <title>An reconstruction of the GtkMessageDialog using GtkDialog.</title>
+     <title>Creating a GtkFileChooserDialog widget</title>
      <programlisting role="php">
        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&directory.examples;/reference/gtk/gtkfilechooserdialog/constructor.php" parse="text">
        <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>

--b2bd7c1d1a6eff6e5256b4c158f96568222e0590--