Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
5291634f
Commit
5291634f
authored
Sep 10, 2018
by
Sebastian Ramacher
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing call to G_ADD_PRIVATE (fix
pwmt/zathura#35
)
parent
8272e37f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
zathura/database-plain.c
zathura/database-plain.c
+2
-1
No files found.
zathura/database-plain.c
View file @
5291634f
...
...
@@ -62,7 +62,8 @@ typedef struct zathura_plaindatabase_private_s {
G_DEFINE_TYPE_WITH_CODE
(
ZathuraPlainDatabase
,
zathura_plaindatabase
,
G_TYPE_OBJECT
,
G_IMPLEMENT_INTERFACE
(
ZATHURA_TYPE_DATABASE
,
zathura_database_interface_init
)
G_IMPLEMENT_INTERFACE
(
GIRARA_TYPE_INPUT_HISTORY_IO
,
io_interface_init
))
G_IMPLEMENT_INTERFACE
(
GIRARA_TYPE_INPUT_HISTORY_IO
,
io_interface_init
)
G_ADD_PRIVATE
(
ZathuraPlainDatabase
))
static
void
plain_dispose
(
GObject
*
object
);
static
void
plain_finalize
(
GObject
*
object
);
...
...
Sebastian Ramacher
@sebastinas
mentioned in issue
#35 (closed)
·
Sep 10, 2018
mentioned in issue
#35 (closed)
mentioned in issue #35
Toggle commit list
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