Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
5f3d8197
Commit
5f3d8197
authored
Nov 16, 2010
by
Javier Jardón
Browse files
GtkArg is deprecated since 2.2
parent
d45fd566
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktypeutils.h
View file @
5f3d8197
...
...
@@ -77,11 +77,13 @@ typedef void (*GtkCallbackMarshal) (GObject *object,
typedef
gchar
*
(
*
GtkTranslateFunc
)
(
const
gchar
*
path
,
gpointer
func_data
);
#if defined (GTK_COMPILATION)
#if
!defined (GTK_DISABLE_DEPRECATED) ||
defined (GTK_COMPILATION)
/**
* GtkArg:
*
* This is a structure that we use to pass in typed values (and names).
*
* Deprecated: 2.2:
*/
struct
_GtkArg
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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