[epiphany] snapshot-service: pretty up header file



commit 8f3191cb4fab6a2b31c77fc92003eed5ac88845c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Apr 30 13:05:59 2016 -0500

    snapshot-service: pretty up header file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765863

 lib/ephy-snapshot-service.h |   53 ++++++++++++++++++++++--------------------
 1 files changed, 28 insertions(+), 25 deletions(-)
---
diff --git a/lib/ephy-snapshot-service.h b/lib/ephy-snapshot-service.h
index eca61ea..c69f64d 100644
--- a/lib/ephy-snapshot-service.h
+++ b/lib/ephy-snapshot-service.h
@@ -42,31 +42,34 @@ typedef enum {
 #define EPHY_THUMBNAIL_WIDTH 180
 #define EPHY_THUMBNAIL_HEIGHT 135
 
-GQuark               ephy_snapshot_service_error_quark                 (void);
-
-EphySnapshotService *ephy_snapshot_service_get_default                 (void);
-
-const char          *ephy_snapshot_service_lookup_snapshot_path        (EphySnapshotService *service,
-                                                                        const char *url);
-
-void             ephy_snapshot_service_get_snapshot_path_for_url_async (EphySnapshotService *service,
-                                                                        const char *url,
-                                                                        time_t mtime,
-                                                                        GCancellable *cancellable,
-                                                                        GAsyncReadyCallback callback,
-                                                                        gpointer user_data);
-char           *ephy_snapshot_service_get_snapshot_path_for_url_finish (EphySnapshotService *service,
-                                                                        GAsyncResult *result,
-                                                                        GError **error);
-void           ephy_snapshot_service_get_snapshot_path_async           (EphySnapshotService *service,
-                                                                        WebKitWebView *web_view,
-                                                                        time_t mtime,
-                                                                        GCancellable *cancellable,
-                                                                        GAsyncReadyCallback callback,
-                                                                        gpointer user_data);
-char                *ephy_snapshot_service_get_snapshot_path_finish    (EphySnapshotService *service,
-                                                                        GAsyncResult *result,
-                                                                        GError **error);
+GQuark               ephy_snapshot_service_error_quark                      (void);
+
+EphySnapshotService *ephy_snapshot_service_get_default                      (void);
+
+const char          *ephy_snapshot_service_lookup_snapshot_path             (EphySnapshotService *service,
+                                                                             const char *url);
+
+void                 ephy_snapshot_service_get_snapshot_path_for_url_async  (EphySnapshotService *service,
+                                                                             const char *url,
+                                                                             time_t mtime,
+                                                                             GCancellable *cancellable,
+                                                                             GAsyncReadyCallback callback,
+                                                                             gpointer user_data);
+
+char                *ephy_snapshot_service_get_snapshot_path_for_url_finish (EphySnapshotService *service,
+                                                                             GAsyncResult *result,
+                                                                             GError **error);
+
+void                 ephy_snapshot_service_get_snapshot_path_async          (EphySnapshotService *service,
+                                                                             WebKitWebView *web_view,
+                                                                             time_t mtime,
+                                                                             GCancellable *cancellable,
+                                                                             GAsyncReadyCallback callback,
+                                                                             gpointer user_data);
+
+char                *ephy_snapshot_service_get_snapshot_path_finish         (EphySnapshotService *service,
+                                                                             GAsyncResult *result,
+                                                                             GError **error);
 
 G_END_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]