Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
squeekboard
Commits
a66256f3
Commit
a66256f3
authored
Mar 03, 2011
by
Daiki Ueno
Browse files
Fix coding style.
parent
8b7da186
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server-server.c
View file @
a66256f3
...
...
@@ -365,7 +365,7 @@ handle_method_call (GDBusConnection *connection,
ServerServer
*
server_server_new
(
const
gchar
*
object_path
,
GDBusConnection
*
connection
)
GDBusConnection
*
connection
)
{
return
g_object_new
(
SERVER_TYPE_SERVER
,
"object-path"
,
object_path
,
...
...
src/server-server.h
View file @
a66256f3
...
...
@@ -34,8 +34,8 @@ G_BEGIN_DECLS
typedef
struct
_ServerServer
ServerServer
;
ServerServer
*
server_server_new
(
const
gchar
*
object_path
,
GDBusConnection
*
connection
);
ServerServer
*
server_server_new
(
const
gchar
*
object_path
,
GDBusConnection
*
connection
);
G_END_DECLS
#endif
/* SERVER_SERVER_H */
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