]> Pileus Git - ~andy/gtk/blobdiff - tests/prop-editor.h
reftests: Turns out, green changed color
[~andy/gtk] / tests / prop-editor.h
index e9d441139470079368106ea6a68fc6d45bd52241..43a4bf3e6fe84722b19b49fa7131938650cd3c8f 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
-#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