+Fri Oct 24 19:04:38 2008 Søren Sandmann <sandmann@redhat.com>
+ + * gconf-property-editor.c: Delete unused function + gconf_property_editor_new_filename() + svn path=/trunk/; revision=9111
This commit is contained in:
parent
2d77d32397
commit
d552cfc0f3
3 changed files with 8 additions and 32 deletions
|
@ -24,7 +24,8 @@
|
|||
#ifndef __GCONF_PROPERTY_EDITOR_H
|
||||
#define __GCONF_PROPERTY_EDITOR_H
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gconf/gconf-client.h>
|
||||
#include <gconf/gconf-changeset.h>
|
||||
|
||||
|
@ -87,11 +88,6 @@ GObject *gconf_peditor_new_string (GConfChangeSet *changeset,
|
|||
GtkWidget *entry,
|
||||
const gchar *first_property_name,
|
||||
...);
|
||||
GObject *gconf_peditor_new_filename (GConfChangeSet *changeset,
|
||||
const gchar *key,
|
||||
GtkWidget *file_entry,
|
||||
const gchar *first_property_name,
|
||||
...);
|
||||
GObject *gconf_peditor_new_color (GConfChangeSet *changeset,
|
||||
const gchar *key,
|
||||
GtkWidget *color_entry,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue