Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14 Kjartan Maraas <kmaraas@gnome.org> * */*: Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. * libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
This commit is contained in:
parent
c64b931ac0
commit
564a9d03aa
56 changed files with 165 additions and 166 deletions
|
@ -1447,7 +1447,7 @@ gconf_peditor_new_enum_toggle (GConfChangeSet *changeset,
|
|||
return G_OBJECT (peditor);
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
peditor_image_set_filename (GConfPropertyEditor *peditor, const gchar *filename)
|
||||
{
|
||||
GdkPixbuf *pixbuf = NULL;
|
||||
|
@ -1523,7 +1523,7 @@ peditor_image_set_filename (GConfPropertyEditor *peditor, const gchar *filename)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
peditor_image_chooser_response_cb (GtkWidget *chooser,
|
||||
gint response,
|
||||
GConfPropertyEditor *peditor)
|
||||
|
@ -1561,7 +1561,7 @@ peditor_image_chooser_response_cb (GtkWidget *chooser,
|
|||
gtk_widget_destroy (chooser);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
peditor_image_chooser_update_preview_cb (GtkFileChooser *chooser,
|
||||
GtkImage *preview)
|
||||
{
|
||||
|
@ -1582,7 +1582,7 @@ peditor_image_chooser_update_preview_cb (GtkFileChooser *chooser,
|
|||
gdk_pixbuf_unref (pixbuf);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
peditor_image_clicked_cb (GConfPropertyEditor *peditor, GtkButton *button)
|
||||
{
|
||||
GConfValue *value = NULL, *value_wid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue