Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ristretto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Avinash Sonawane
ristretto
Commits
53686939
Commit
53686939
authored
Oct 13, 2016
by
Igor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix function prototypes
parent
268e6d18
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
13 deletions
+19
-13
src/app_menu_item.h
src/app_menu_item.h
+1
-1
src/image_list.c
src/image_list.c
+4
-2
src/image_list.h
src/image_list.h
+1
-1
src/image_viewer.h
src/image_viewer.h
+2
-2
src/main_window.h
src/main_window.h
+2
-1
src/mime_db.h
src/mime_db.h
+1
-1
src/monitor_chooser.h
src/monitor_chooser.h
+4
-2
src/preferences_dialog.h
src/preferences_dialog.h
+2
-1
src/privacy_dialog.h
src/privacy_dialog.h
+1
-1
src/properties_dialog.h
src/properties_dialog.h
+1
-1
No files found.
src/app_menu_item.h
View file @
53686939
...
...
@@ -61,7 +61,7 @@ struct _RsttoAppMenuItemClass
GtkImageMenuItemClass
parent_class
;
};
GType
rstto_app_menu_item_get_type
(
);
GType
rstto_app_menu_item_get_type
(
void
);
GtkWidget
*
rstto_app_menu_item_new
(
GAppInfo
*
app_info
,
GFile
*
file
);
G_END_DECLS
...
...
src/image_list.c
View file @
53686939
...
...
@@ -58,6 +58,10 @@ static void
rstto_image_list_iter_class_init
(
RsttoImageListIterClass
*
);
static
void
rstto_image_list_iter_dispose
(
GObject
*
object
);
static
RsttoImageListIter
*
rstto_image_list_iter_new
(
RsttoImageList
*
nav
,
RsttoFile
*
r_file
);
static
void
cb_rstto_wrap_images_changed
(
...
...
@@ -167,8 +171,6 @@ image_list_model_iter_next (
/* End TreeModelIface Functions */
/***************************************/
static
RsttoImageListIter
*
rstto_image_list_iter_new
();
static
gint
cb_rstto_image_list_image_name_compare_func
(
RsttoFile
*
a
,
RsttoFile
*
b
);
static
gint
...
...
src/image_list.h
View file @
53686939
...
...
@@ -150,7 +150,7 @@ rstto_image_list_get_iter (RsttoImageList *image_list);
/** Iter functions */
GType
rstto_image_list_iter_get_type
();
rstto_image_list_iter_get_type
(
void
);
RsttoFile
*
rstto_image_list_iter_get_file
(
...
...
src/image_viewer.h
View file @
53686939
...
...
@@ -72,10 +72,10 @@ struct _RsttoImageViewerClass
};
GType
rstto_image_viewer_get_type
(
void
);
rstto_image_viewer_get_type
(
void
);
GtkWidget
*
rstto_image_viewer_new
();
rstto_image_viewer_new
(
void
);
void
rstto_image_viewer_set_file
(
...
...
src/main_window.h
View file @
53686939
...
...
@@ -70,7 +70,8 @@ typedef enum {
}
RsttoDesktop
;
GType
rstto_main_window_get_type
();
GType
rstto_main_window_get_type
(
void
);
GtkWidget
*
rstto_main_window_new
(
RsttoImageList
*
,
gboolean
);
...
...
src/mime_db.h
View file @
53686939
...
...
@@ -63,7 +63,7 @@ struct _RsttoMimeDBClass
};
GType
rstto_mime_db_get_type
();
rstto_mime_db_get_type
(
void
);
RsttoMimeDB
*
rstto_mime_db_new
(
const
gchar
*
path
,
GError
**
);
...
...
src/monitor_chooser.h
View file @
53686939
...
...
@@ -61,9 +61,11 @@ struct _RsttoMonitorChooserClass
GtkWidgetClass
parent_class
;
};
GType
rstto_monitor_chooser_get_type
();
GType
rstto_monitor_chooser_get_type
(
void
);
GtkWidget
*
rstto_monitor_chooser_new
();
GtkWidget
*
rstto_monitor_chooser_new
(
void
);
gint
rstto_monitor_chooser_add
(
...
...
src/preferences_dialog.h
View file @
53686939
...
...
@@ -61,7 +61,8 @@ struct _RsttoPreferencesDialogClass
XfceTitledDialogClass
parent_class
;
};
GType
rstto_preferences_dialog_get_type
();
GType
rstto_preferences_dialog_get_type
(
void
);
GtkWidget
*
rstto_preferences_dialog_new
(
GtkWindow
*
parent
);
...
...
src/privacy_dialog.h
View file @
53686939
...
...
@@ -62,7 +62,7 @@ struct _RsttoPrivacyDialogClass
};
GType
rstto_privacy_dialog_get_type
(
);
rstto_privacy_dialog_get_type
(
void
);
GtkWidget
*
rstto_privacy_dialog_new
(
...
...
src/properties_dialog.h
View file @
53686939
...
...
@@ -62,7 +62,7 @@ struct _RsttoPropertiesDialogClass
};
GType
rstto_properties_dialog_get_type
(
);
rstto_properties_dialog_get_type
(
void
);
GtkWidget
*
rstto_properties_dialog_new
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment