[gnome-control-center/gbsneto/search-applications: 6/10] applications: Trivial code style update
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/search-applications: 6/10] applications: Trivial code style update
- Date: Mon, 1 Apr 2019 22:28:13 +0000 (UTC)
commit 622fec8303ff0af04cfb061579f1e9bfb647d78a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Mar 29 17:32:26 2019 -0300
applications: Trivial code style update
panels/applications/cc-applications-row.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/applications/cc-applications-row.h b/panels/applications/cc-applications-row.h
index 3080751d1..7ca44e1ac 100644
--- a/panels/applications/cc-applications-row.h
+++ b/panels/applications/cc-applications-row.h
@@ -27,10 +27,10 @@ G_BEGIN_DECLS
#define CC_TYPE_APPLICATIONS_ROW (cc_applications_row_get_type())
G_DECLARE_FINAL_TYPE (CcApplicationsRow, cc_applications_row, CC, APPLICATIONS_ROW, GtkListBoxRow)
-CcApplicationsRow *cc_applications_row_new (GAppInfo *info);
+CcApplicationsRow* cc_applications_row_new (GAppInfo *info);
-GAppInfo *cc_applications_row_get_info (CcApplicationsRow *row);
+GAppInfo* cc_applications_row_get_info (CcApplicationsRow *row);
-const gchar *cc_applications_row_get_sort_key (CcApplicationsRow *row);
+const gchar* cc_applications_row_get_sort_key (CcApplicationsRow *row);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]