Lines Matching refs:gchar

167 static gchar        (*fp_g_value_get_char)(const GValue *value);
177 static const gchar* (*fp_g_value_get_string)(const GValue *value);
184 static GParamSpec* (*fp_g_param_spec_int)(const gchar *name,
185 const gchar *nick, const gchar *blurb,
189 const gchar* fpn, ...);
191 const gchar *first_property_name,
218 const gchar* detail, gint x1, gint x2, gint y);
221 const gchar* detail, gint y1, gint y2, gint x);
224 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
228 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
233 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
237 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
241 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
245 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
249 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
253 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
258 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
262 const gchar* detail, gint x, gint y, gint width, gint height);
265 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
269 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
273 const gchar* detail, gint x, gint y, GtkExpanderStyle expander_style);
284 static GtkWidget* (*fp_gtk_color_selection_dialog_new)(const gchar* title);
299 static GtkWidget* (*fp_gtk_label_new)(const gchar* str);
324 static GtkWidget* (*fp_gtk_frame_new)(const gchar *label);
337 const gchar *stock_id, GtkIconSize size, const gchar *detail);
338 static void (*fp_gtk_widget_set_name)(GtkWidget *widget, const gchar *name);
343 const gchar *first_property_name, ...);
347 GtkWidgetClass* class, const gchar* property_name);
349 const gchar* property_name, GValue* value);
736 gchar *s, *new_env = SAFE_SIZE_STRUCT_ALLOC(malloc,
742 gchar *tmp_env = strdup (gtk_modules_env);
1568 GtkShadowType shadow_type, const gchar *detail,
1627 GtkShadowType shadow_type, const gchar *detail,
1780 GtkShadowType shadow_type, const gchar *detail,
1797 const gchar *detail, gint x, gint y, gint width, gint height)
1814 GtkShadowType shadow_type, const gchar *detail,
1827 const gchar *detail, gint x, gint y, gint width, gint height,
1840 GtkShadowType shadow_type, const gchar *detail,
1853 GtkShadowType shadow_type, const gchar *detail,
1882 GtkShadowType shadow_type, const gchar *detail,
1895 const gchar *detail, gint x, gint y, gint width, gint height)
1905 const gchar *detail, gint x, gint y, gint width, gint height)
1922 GtkShadowType shadow_type, const gchar *detail,
1972 GtkShadowType shadow_type, const gchar *detail,
1985 const gchar *detail, gint x, gint y, gint width, gint height)
2004 GdkPixbuf *gtk2_get_stock_icon(gint widget_type, const gchar *stock_id,
2123 gchar val = (*fp_g_value_get_char)(&value);
2183 const gchar* val = (*fp_g_value_get_string)(&value);
2352 gchar* val = (*fp_pango_font_description_to_string)(style->font_desc);
2361 jobject get_string_property(JNIEnv *env, GtkSettings* settings, const gchar* key)
2364 gchar* strval = NULL;
2373 jobject get_integer_property(JNIEnv *env, GtkSettings* settings, const gchar* key)