diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkobject.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkobject.sgml | 54 |
1 files changed, 19 insertions, 35 deletions
diff --git a/docs/reference/gtk/tmpl/gtkobject.sgml b/docs/reference/gtk/tmpl/gtkobject.sgml index 43a2acffad..4d346e2036 100644 --- a/docs/reference/gtk/tmpl/gtkobject.sgml +++ b/docs/reference/gtk/tmpl/gtkobject.sgml @@ -178,39 +178,23 @@ The object itself. You should never use these members directly- instead you the accessing macros. </para> -@klass: a pointer to the GtkObjectClass (or deriver) which contains -the methods defined by this object. -@flags: the state of the object: whether it has been constructed -or destroyed, for example. -@ref_count: a reference count. It is incremented when new -pointers to this object are made, and decremented when the -pointers are deleted. When the reference count -returns to 0, the object is deleted. By default, objects -have reference count 0 when created. -@object_data: <!-- ##### MACRO GTK_OBJECT_TYPE ##### --> <para> Get the type of an object. </para> +@object: +<!-- # Unused Parameters # --> @obj: the object whose type we wish to get. -<!-- ##### MACRO GTK_OBJECT_SIGNALS ##### --> +<!-- ##### MACRO GTK_OBJECT_TYPE_NAME ##### --> <para> -Get the array of signals defined for this object. -</para> - -@obj: the object to fetch the signals from. - -<!-- ##### MACRO GTK_OBJECT_NSIGNALS ##### --> -<para> -Get the number of signals defined by this object. </para> -@obj: the object to query. +@object: <!-- ##### ENUM GtkObjectFlags ##### --> @@ -226,6 +210,7 @@ there own references, if they believe they are nearly primary ownership of the object. GTK_CONNECTED: refers to whether are signals are connected to this object. +@GTK_CONNECTED: @GTK_CONSTRUCTED: refers to whether the arguments for this object are ready. @@ -452,6 +437,7 @@ Increase the reference count of the object. </para> @object: the object to reference. +@Returns: <!-- ##### FUNCTION gtk_object_unref ##### --> @@ -509,6 +495,16 @@ See gtk_object_unref(). @object: the object to destroy. +<!-- ##### FUNCTION gtk_object_get ##### --> +<para> + +</para> + +@object: +@first_arg_name: +@Varargs: + + <!-- ##### FUNCTION gtk_object_getv ##### --> <para> Gets an array of argument values from an object. @@ -540,12 +536,12 @@ void set_box_properties(GtkBox* box) </informalexample> </para> - @object: the object whose arguments should be set. @first_arg_name: the name of the first argument to set. @Varargs: the value of the first argument, followed optionally by more name/value pairs, followed by NULL. + <!-- ##### FUNCTION gtk_object_setv ##### --> <para> Set an array of arguments. @@ -614,7 +610,6 @@ If you specified a destroy handler with gtk_object_set_data_full(), it will be invoked. </para> - @object: the object maintaining the association. @key: name of the key for that association. @@ -775,6 +770,8 @@ to get an id from a string. </para> @object: object containing the associations. +@key_id: +<!-- # Unused Parameters # --> @data_id: quark of the key. @@ -852,19 +849,6 @@ Query information about an argument type. It is the caller's responsibility to call g_free() in the event of error. -<!-- ##### FUNCTION gtk_trace_referencing ##### --> -<para> -Private: print debugging information while doing a gtk_object_ref() or -a gtk_object_unref(). -</para> - -@object: object to reference or unreference. -@func: name of caller's function to print (used within macros). -@dummy: unused. -@line: line number (used within macros). -@do_ref: whether to reference or unreference. - - <!-- ##### SIGNAL GtkObject::destroy ##### --> <para> Indicates that an object is being destroyed. |