[gnome-photos/wip/rishi/share-notify: 2/3] share-point: Re-align
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/share-notify: 2/3] share-point: Re-align
- Date: Sun, 22 Oct 2017 08:10:21 +0000 (UTC)
commit b10194288f64d63e2356db490322e97cc2d4312f
Author: Ankriti Sachan <ankritisachan gmail com>
Date: Wed Oct 18 20:33:42 2017 +0200
share-point: Re-align
This will make the subsequent commit easier to read.
https://bugzilla.gnome.org/show_bug.cgi?id=777505
src/photos-share-point.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/photos-share-point.h b/src/photos-share-point.h
index 50367a5..8a4f3be 100644
--- a/src/photos-share-point.h
+++ b/src/photos-share-point.h
@@ -42,15 +42,15 @@ struct _PhotosSharePointClass
GObjectClass parent_class;
/* virtual methods */
- GIcon *(*get_icon) (PhotosSharePoint *self);
- const gchar *(*get_name) (PhotosSharePoint *self);
- gchar *(*parse_error) (PhotosSharePoint *self, GError *error);
- void (*share_async) (PhotosSharePoint *self,
- PhotosBaseItem *item,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
- gboolean (*share_finish) (PhotosSharePoint *self, GAsyncResult *res, GError **error);
+ GIcon *(*get_icon) (PhotosSharePoint *self);
+ const gchar *(*get_name) (PhotosSharePoint *self);
+ gchar *(*parse_error) (PhotosSharePoint *self, GError *error);
+ void (*share_async) (PhotosSharePoint *self,
+ PhotosBaseItem *item,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gboolean (*share_finish) (PhotosSharePoint *self, GAsyncResult *res, GError **error);
};
GIcon *photos_share_point_get_icon (PhotosSharePoint *self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]