added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus

Fri Jan  9 15:34:15 2004  Tim Janik  <timj@gtk.org>

        * gtype.h: added convenience macros G_IMPLEMENT_INTERFACE() and
        G_DEFINE_TYPE() plus variants.
This commit is contained in:
Tim Janik
2004-01-09 14:40:31 +00:00
committed by Tim Janik
parent 1091f1019a
commit ba482c66c3
6 changed files with 100 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ main (int arg,
GModuleFunc gmod_f;
if (!g_module_supported ())
return 0;
g_error ("dynamic modules not supported");
dir = g_get_current_dir ();