summaryrefslogtreecommitdiff
path: root/gtk/gtkmodules.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-06 22:19:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-10 22:04:19 -0400
commit7f9a0dbe164f7c731d24c4890dde51391787e966 (patch)
treef2165eaca0eee173e465c7058420642069990cb8 /gtk/gtkmodules.h
parent87e3484aa74f1daa212a6ff3d3492d81e7d37b8d (diff)
downloadgtk+-7f9a0dbe164f7c731d24c4890dde51391787e966.tar.gz
Add private api to load a single module
In the following commits, this function will be used to load the gtkparasite module.
Diffstat (limited to 'gtk/gtkmodules.h')
-rw-r--r--gtk/gtkmodules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h
index 29409b7041..b5a756edfe 100644
--- a/gtk/gtkmodules.h
+++ b/gtk/gtkmodules.h
@@ -49,7 +49,6 @@ typedef void (*GtkModuleInitFunc) (gint *argc,
*/
typedef void (*GtkModuleDisplayInitFunc) (GdkDisplay *display);
-
G_END_DECLS