Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gtk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,152
Issues
1,152
List
Board
Labels
Milestones
Merge Requests
89
Merge Requests
89
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
47325a82
Commit
47325a82
authored
Dec 17, 2015
by
Christoph Reiter
🐍
Committed by
Benjamin Otte
Dec 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imagedefinition: The storage type is not a boolean
parent
a3fd5a01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gtkimagedefinition.c
gtk/gtkimagedefinition.c
+1
-1
gtkimagedefinitionprivate.h
gtk/gtkimagedefinitionprivate.h
+1
-1
No files found.
gtk/gtkimagedefinition.c
View file @
47325a82
...
...
@@ -285,7 +285,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS;
g_free
(
def
);
}
gboolean
GtkImageType
gtk_image_definition_get_storage_type
(
const
GtkImageDefinition
*
def
)
{
return
def
->
type
;
...
...
gtk/gtkimagedefinitionprivate.h
View file @
47325a82
...
...
@@ -39,7 +39,7 @@ GtkImageDefinition * gtk_image_definition_new_surface (cairo_surface_t
GtkImageDefinition
*
gtk_image_definition_ref
(
GtkImageDefinition
*
def
);
void
gtk_image_definition_unref
(
GtkImageDefinition
*
def
);
gboolean
gtk_image_definition_get_storage_type
(
const
GtkImageDefinition
*
def
);
GtkImageType
gtk_image_definition_get_storage_type
(
const
GtkImageDefinition
*
def
);
gint
gtk_image_definition_get_scale
(
const
GtkImageDefinition
*
def
);
GdkPixbuf
*
gtk_image_definition_get_pixbuf
(
const
GtkImageDefinition
*
def
);
const
gchar
*
gtk_image_definition_get_stock
(
const
GtkImageDefinition
*
def
);
...
...
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