Updated with upstream update
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
#error "Only <libpikawidgets/pikawidgets.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __PIKA_PROP_WIDGETS_H__
|
||||
#define __PIKA_PROP_WIDGETS_H__
|
||||
#ifndef __PIKAWIDGETS_PROP_WIDGETS_H__
|
||||
#define __PIKAWIDGETS_PROP_WIDGETS_H__
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -166,6 +166,8 @@ GtkWidget * pika_prop_string_combo_box_new (GObject *config,
|
||||
GtkTreeModel *model,
|
||||
gint id_column,
|
||||
gint label_column);
|
||||
GtkWidget * pika_prop_choice_combo_box_new (GObject *config,
|
||||
const gchar *property_name);
|
||||
|
||||
|
||||
/* PikaParamPath */
|
||||
@ -250,4 +252,4 @@ GtkWidget * pika_prop_icon_image_new (GObject *config,
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __PIKA_PROP_WIDGETS_H__ */
|
||||
#endif /* __PIKAWIDGETS_PROP_WIDGETS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user