[frogr] Fixed indentation issue.
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed indentation issue.
- Date: Sat, 5 Feb 2011 11:58:47 +0000 (UTC)
commit 1c8c5f602bf4389ba4b0d6e620a2bab4d7a8247e
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Feb 5 12:55:33 2011 +0100
Fixed indentation issue.
src/frogr-photoset.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/frogr-photoset.h b/src/frogr-photoset.h
index fc341c9..34771ff 100644
--- a/src/frogr-photoset.h
+++ b/src/frogr-photoset.h
@@ -53,29 +53,29 @@ GType frogr_photoset_get_type(void) G_GNUC_CONST;
/* Constructors */
FrogrPhotoSet *frogr_photoset_new (const gchar *title,
- const gchar *description);
+ const gchar *description);
/* Data managing methods */
const gchar *frogr_photoset_get_id (FrogrPhotoSet *self);
void frogr_photoset_set_id (FrogrPhotoSet *self,
- const gchar *id);
+ const gchar *id);
const gchar *frogr_photoset_get_title (FrogrPhotoSet *self);
void frogr_photoset_set_title (FrogrPhotoSet *self,
- const gchar *title);
+ const gchar *title);
const gchar *frogr_photoset_get_description (FrogrPhotoSet *self);
void frogr_photoset_set_description (FrogrPhotoSet *self,
- const gchar *description);
+ const gchar *description);
const gchar *frogr_photoset_get_primary_photo_id (FrogrPhotoSet *self);
void frogr_photoset_set_primary_photo_id (FrogrPhotoSet *self,
- const gchar *id);
+ const gchar *id);
gint frogr_photoset_get_n_photos (FrogrPhotoSet *self);
void frogr_photoset_set_n_photos (FrogrPhotoSet *self,
- gint n);
+ gint n);
G_END_DECLS
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]