X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkmodulesprivate.h;h=11dbebfd9dd2963f0a486004a0837973461a6884;hb=5bbbc47a4c306653e8347f7afb85a940a503f755;hp=88f1c5e7cf89299d99ac9d32fc27da0f6eb7f07e;hpb=2688ccdbc4c8976ba4f7d681533d70ab9edc8b32;p=~andy%2Fgtk diff --git a/gtk/gtkmodulesprivate.h b/gtk/gtkmodulesprivate.h index 88f1c5e7c..11dbebfd9 100644 --- a/gtk/gtkmodulesprivate.h +++ b/gtk/gtkmodulesprivate.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -29,6 +27,8 @@ G_BEGIN_DECLS +#include "gtksettings.h" + gchar * _gtk_find_module (const gchar *name, const gchar *type); gchar ** _gtk_get_module_path (const gchar *type); @@ -39,6 +39,8 @@ void _gtk_modules_init (gint *argc, void _gtk_modules_settings_changed (GtkSettings *settings, const gchar *modules); +gboolean _gtk_module_has_mixed_deps (GModule *module); + G_END_DECLS #endif /* __GTK_MODULES_PRIVATE_H__ */