diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 19:50:38 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 12:41:16 -0500 |
commit | e8ba83825cd5cb9f38b2e5a80ec1c98e3a8e0842 (patch) | |
tree | 4ef1f1319e3f714116517c4ad81e39f1eb0f78b6 /gtk/gtkstyleprovider.h | |
parent | 62d8baa2157a0bd35e69cca6b254a3129ee583b2 (diff) | |
download | gtk+-e8ba83825cd5cb9f38b2e5a80ec1c98e3a8e0842.tar.gz |
docs: mark base interface as private
Diffstat (limited to 'gtk/gtkstyleprovider.h')
-rw-r--r-- | gtk/gtkstyleprovider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h index 57fef53a24..cb0960ff3b 100644 --- a/gtk/gtkstyleprovider.h +++ b/gtk/gtkstyleprovider.h @@ -92,8 +92,11 @@ typedef struct _GtkStyleProvider GtkStyleProvider; /* dummy typedef */ */ struct _GtkStyleProviderIface { + /*< private >*/ GTypeInterface g_iface; + /*< public >*/ + GtkStyleProperties * (* get_style) (GtkStyleProvider *provider, GtkWidgetPath *path); |