[Xfce4-commits] r29100 - in libxfcegui4/trunk: . libxfce4kbd-private

Jannis Pohlmann jannis at xfce.org
Tue Jan 6 00:58:28 CET 2009


Author: jannis
Date: 2009-01-05 23:58:28 +0000 (Mon, 05 Jan 2009)
New Revision: 29100

Modified:
   libxfcegui4/trunk/ChangeLog
   libxfcegui4/trunk/libxfce4kbd-private/xfce-shortcut-dialog.c
Log:
	* libxfce4kbd-private/xfce-shortcut-dialog.c: Fix indentation in
	  several places.

Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog	2009-01-05 23:56:09 UTC (rev 29099)
+++ libxfcegui4/trunk/ChangeLog	2009-01-05 23:58:28 UTC (rev 29100)
@@ -1,3 +1,8 @@
+2009-01-05	jannis
+
+	* libxfce4kbd-private/xfce-shortcut-dialog.c: Fix indentation in 
+	  several places.
+
 2008-12-11  olivier
 
 	* libxfce4kbd-private/xfce4-keyboard-shortcuts.xml:

Modified: libxfcegui4/trunk/libxfce4kbd-private/xfce-shortcut-dialog.c
===================================================================
--- libxfcegui4/trunk/libxfce4kbd-private/xfce-shortcut-dialog.c	2009-01-05 23:56:09 UTC (rev 29099)
+++ libxfcegui4/trunk/libxfce4kbd-private/xfce-shortcut-dialog.c	2009-01-05 23:58:28 UTC (rev 29100)
@@ -57,8 +57,8 @@
   XfceTitledDialogClass __parent__;
 
   gboolean (*validate_shortcut) (XfceShortcutDialog *dialog,
-                                 const gchar         *shortcut,
-                                 gpointer             user_data);
+                                 const gchar        *shortcut,
+                                 gpointer            user_data);
 
   gint validate_shortcut_signal;
 };
@@ -121,9 +121,9 @@
                          gpointer      invocation_hint G_GNUC_UNUSED,
                          gpointer      marshal_data)
 {
-  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer     data1,
-                                                    gpointer     arg_1,
-                                                    gpointer     data2);
+  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer data1,
+                                                    gpointer arg_1,
+                                                    gpointer data2);
   register GMarshalFunc_BOOLEAN__STRING callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -215,8 +215,8 @@
 
 GtkWidget*
 xfce_shortcut_dialog_new (const gchar *provider,
-                           const gchar *action_name,
-                           const gchar *action)
+                          const gchar *action_name,
+                          const gchar *action)
 {
   XfceShortcutDialog *dialog;
   
@@ -233,9 +233,9 @@
 
 static void
 xfce_shortcut_dialog_create_contents (XfceShortcutDialog *dialog,
-                                       const gchar         *provider,
-                                       const gchar         *action_name,
-                                       const gchar         *action)
+                                      const gchar        *provider,
+                                      const gchar        *action_name,
+                                      const gchar        *action)
 {
   GtkWidget   *button;
   GtkWidget   *hbox;
@@ -340,7 +340,7 @@
 
 static gboolean
 xfce_shortcut_dialog_key_pressed (XfceShortcutDialog *dialog,
-                                   GdkEventKey         *event)
+                                  GdkEventKey        *event)
 {
   gchar *text;
   gchar *shortcut;
@@ -365,7 +365,7 @@
 
 static gboolean 
 xfce_shortcut_dialog_key_released (XfceShortcutDialog *dialog,
-                                    GdkEventKey         *event)
+                                   GdkEventKey        *event)
 {
   gboolean shortcut_accepted = FALSE;
 
@@ -394,8 +394,8 @@
 
 static gchar *
 xfce_shortcut_dialog_shortcut_name (XfceShortcutDialog *dialog,
-                                     guint                keyval,
-                                     guint                modifiers)
+                                    guint               keyval,
+                                    guint               modifiers)
 {
   XModifierKeymap *modmap;
   Display         *display;




More information about the Xfce4-commits mailing list