~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to gio/gsettings-mapping.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <glib-object.h>
26
26
 
27
 
G_GNUC_INTERNAL
28
27
GVariant *              g_settings_set_mapping                          (const GValue       *value,
29
28
                                                                         const GVariantType *expected_type,
30
29
                                                                         gpointer            user_data);
31
 
G_GNUC_INTERNAL
32
30
gboolean                g_settings_get_mapping                          (GValue             *value,
33
31
                                                                         GVariant           *variant,
34
32
                                                                         gpointer            user_data);
35
 
G_GNUC_INTERNAL
36
33
gboolean                g_settings_mapping_is_compatible                (GType               gvalue_type,
37
34
                                                                         const GVariantType *variant_type);
38
35