]> Pileus Git - ~andy/gtk/blobdiff - tests/prop-editor.h
Updated Bulgarian translation
[~andy/gtk] / tests / prop-editor.h
index e9d441139470079368106ea6a68fc6d45bd52241..377f81720dd6d40001f6fea3693a1516b2843ef8 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-#include <gtk/gtkwidget.h>
+
+#include <gtk/gtk.h>
 
 #ifndef __PROP_EDITOR_H__
 #define __PROP_EDITOR_H__
 
 G_BEGIN_DECLS
 
-GtkWidget *create_prop_editor (GObject *object);
+GtkWidget *create_prop_editor (GObject   *object,
+                              GType      type);
 
 G_END_DECLS