diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-28 15:35:43 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 15:35:43 +0000 |
commit | 2c5f8a5c2baf4409e01139eadf2589ca46fe29cc (patch) | |
tree | dc564a9d2ed48218754a19aefc9f154f16928ac9 /gtk/gtkrecentmanager.h | |
parent | 0bf59ed22e22dd10e16e862eb3a1bf3801af3046 (diff) | |
download | gtk+-2c5f8a5c2baf4409e01139eadf2589ca46fe29cc.tar.gz |
whitespace cleanup: remove trailing whitespace and excess newlines and
2008-05-28 Michael Natterer <mitch@imendio.com>
* gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
excess newlines and sprinkled some newlines where needed. Zero
code or formatting changes included.
svn path=/trunk/; revision=20225
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r-- | gtk/gtkrecentmanager.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h index 5b89774407..b97c09bd5d 100644 --- a/gtk/gtkrecentmanager.h +++ b/gtk/gtkrecentmanager.h @@ -57,8 +57,8 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate; * @app_name: the name of the application that is registering this recently * used resource; * @app_exec: command line used to launch this resource; may contain the - * "%f" and "%u" escape characters which will be expanded - * to the resource file path and URI respectively when the command line + * "%f" and "%u" escape characters which will be expanded + * to the resource file path and URI respectively when the command line * is retrieved; * @groups: a vector of strings containing groups names; * @is_private: whether this resource should be displayed only by the @@ -71,14 +71,14 @@ struct _GtkRecentData { gchar *display_name; gchar *description; - + gchar *mime_type; - + gchar *app_name; gchar *app_exec; - + gchar **groups; - + gboolean is_private; }; @@ -86,7 +86,7 @@ struct _GtkRecentManager { /*< private >*/ GObject parent_instance; - + GtkRecentManagerPrivate *priv; }; @@ -94,9 +94,9 @@ struct _GtkRecentManagerClass { /*< private >*/ GObjectClass parent_class; - + void (*changed) (GtkRecentManager *manager); - + /* padding for future expansion */ void (*_gtk_recent1) (void); void (*_gtk_recent2) (void); |