Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Open Virtual Carcassonne Clone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ovcc
Open Virtual Carcassonne Clone
Commits
ade9f458
Commit
ade9f458
authored
Mar 11, 2014
by
Colomban Wendling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OVCCGtk: add a few missing function attributes
parent
4d64ca88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
clients/ovcc-gtk/src/ovccgtk-message-info.h
clients/ovcc-gtk/src/ovccgtk-message-info.h
+4
-4
No files found.
clients/ovcc-gtk/src/ovccgtk-message-info.h
View file @
ade9f458
...
...
@@ -57,11 +57,11 @@ GType ovccgtk_message_info_get_type (void) G_GNUC_CONST;
GtkWidget
*
ovccgtk_message_info_new
(
GtkMessageType
type
,
GtkButtonsType
buttons
,
const
gchar
*
format
,
...);
...)
G_GNUC_PRINTF
(
3
,
4
)
;
GtkWidget
*
ovccgtk_message_info_new_with_markup
(
GtkMessageType
type
,
GtkButtonsType
buttons
,
const
gchar
*
format
,
...);
...)
G_GNUC_PRINTF
(
3
,
4
)
;
void
ovccgtk_message_info_set_label
(
OVCCGtkMessageInfo
*
self
,
const
gchar
*
label
);
const
gchar
*
ovccgtk_message_info_get_label
(
OVCCGtkMessageInfo
*
self
);
...
...
@@ -76,10 +76,10 @@ void ovccgtk_message_info_set_secondary_use_markup (OVCCGtkMessageInfo
gboolean
ovccgtk_message_info_get_secondary_use_markup
(
OVCCGtkMessageInfo
*
self
);
void
ovccgtk_message_info_format_secondary_text
(
OVCCGtkMessageInfo
*
self
,
const
gchar
*
format
,
...);
...)
G_GNUC_PRINTF
(
2
,
3
)
;
void
ovccgtk_message_info_format_secondary_markup
(
OVCCGtkMessageInfo
*
self
,
const
gchar
*
format
,
...);
...)
G_GNUC_PRINTF
(
2
,
3
)
;
G_END_DECLS
...
...
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