Searched refs:G_PARAM_STATIC_NICK (Results 1 – 18 of 18) sorted by relevance
28 …PARAM_READABLE ((GParamFlags)(G_PARAM_READABLE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STA…29 …RAM_READWRITE ((GParamFlags)(G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STA…
341 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()356 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()370 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()384 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()399 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()414 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_mount_operation_class_init()
214 …TRUCT_ONLY | G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_themed_icon_class_init()226 …RUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_themed_icon_class_init()252 …RUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_themed_icon_class_init()
147 …RUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_emblem_class_init()155 …RUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_emblem_class_init()
137 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_filter_output_stream_class_init()145 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_filter_output_stream_class_init()
138 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_filter_input_stream_class_init()146 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_filter_input_stream_class_init()
150 … G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_S… in g_unix_output_stream_class_init()165 …G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_B… in g_unix_output_stream_class_init()
129 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_local_file_monitor_class_init()
164 … G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_S… in g_unix_input_stream_class_init()179 …G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_B… in g_unix_input_stream_class_init()
161 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_local_directory_monitor_class_init()
158 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in G_DEFINE_TYPE()167 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in G_DEFINE_TYPE()
239 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_file_monitor_class_init()248 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in g_file_monitor_class_init()
148 …RUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK)); in g_file_icon_class_init()
173 … G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)); in G_DEFINE_TYPE()
150 G_PARAM_STATIC_NICK = 1 << 6, enumerator166 #define G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)
181 if (!(pspec->flags & G_PARAM_STATIC_NICK)) in g_param_spec_finalize()441 if (flags & G_PARAM_STATIC_NICK) in g_param_spec_internal()
202 G_PARAM_STATIC_NICK); in prop_tester_class_init()
520 * gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK1245 Readd docs for G_PARAM_STATIC_NICK and add docs for new1299 * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.